trivial: Add missing files to dist
authorColin Walters <walters@verbum.org>
Tue, 15 Oct 2013 20:30:09 +0000 (16:30 -0400)
committerColin Walters <walters@verbum.org>
Tue, 15 Oct 2013 20:39:22 +0000 (16:39 -0400)
Makefile-libostree.am
Makefile-tests.am

index db669b1caeb9942368c4a42cca2db158595743a1..9a3fe2bb2eb173a859df5fd3f1afc0bb79c95c5f 100644 (file)
@@ -25,6 +25,7 @@ libostreeincludedir = $(includedir)/ostree-1
 libostreeinclude_HEADERS = $(libostree_public_headers)
 
 libostree_1_la_SOURCES = \
+       src/libostree/ostree-core-private.h \
        src/libostree/ostree-core.c \
        src/libostree/ostree-checksum-input-stream.c \
        src/libostree/ostree-checksum-input-stream.h \
@@ -109,5 +110,6 @@ libostree_1_la_LIBADD += $(GPGME_LIBS)
 
 gpgreadme_DATA = src/libostree/README-gpg
 gpgreadmedir = $(pkgdatadir)
+EXTRA_DIST += src/libostree/README-gpg
 endif
 
index d9c5991f3989ece34f24d4ca9b4543bdea6a8036..ef757712f9dc793d1cabc9b73f8edeaf8c1a3114 100644 (file)
@@ -72,10 +72,7 @@ gpginsttest_DATA = tests/gpghome/secring.gpg \
         echo 'Type=session' >> $@.tmp; \
         mv $@.tmp $@)
 
-testmetadir = $(datadir)/installed-tests/$(PACKAGE)
-testmeta_DATA = $(testfiles:=.test)
-
-insttest_PROGRAMS = test-varint
+insttest_PROGRAMS += test-varint
 test_varint_SOURCES = src/libostree/ostree-varint.c tests/test-varint.c
 test_varint_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_GIO_UNIX_CFLAGS)
 test_varint_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_GIO_UNIX_LIBS)